home *** CD-ROM | disk | FTP | other *** search
- property pTicks
-
- on getPropertyDescriptionList
- description = [:]
- addProp(description, #pTicks, [#default: 60, #format: #integer, #comment: "How many ticks to wait?"])
- return description
- end
-
- on exitFrame
- global gNextMemberList
- if gNextMemberList = EMPTY then
- PlaySeq(70, "wave_l", "fwd", EMPTY)
- end if
- UpdateAnimSprites()
- CheckAtmos()
- if the timer < pTicks then
- go(the frame)
- end if
- end
-